home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbinit.man < prev    next >
Text File  |  1993-04-22  |  1KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89                   dbinit
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbinit
  6.  
  7.   FUNCTION:
  8.        Initialize DB-Library.
  9.  
  10.   SYNTAX:
  11.        RETCODE dbinit()
  12.  
  13.  
  14.   COMMENTS:
  15.  
  16.        o This routine initializes certain private DB-Library structures.
  17.          For  environments  that  require  it, the application must call
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbinit                  Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          dbinit() before calling any  other  DB-Library  routine.   Most
  27.          DB-Library  routines will cause the application to exit if they
  28.          are called before dbinit().
  29.  
  30.        o Currently, dbinit() is required only in the Macintosh  environ-
  31.          ment.  However, to ensure future compatibility and portability,
  32.          it is strongly recommended that all applications call dbinit(),
  33.          no matter what their operating environment.
  34.  
  35.   RETURNS:
  36.        SUCCEED or FAIL.
  37.  
  38.   SEE ALSO:
  39.        dbexit
  40.  
  41.  
  42.  
  43.  
  44.  
  45.